home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / UNZIPED / MINIPLAY / Miniplay.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-01-29  |  3KB  |  131 lines

  1. object AboutBox: TAboutBox
  2.   Left = 294
  3.   Top = 329
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 219
  8.   ClientWidth = 298
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 169
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 65
  28.       Height = 57
  29.       Picture.Data = {<image000.ico>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 88
  35.       Top = 16
  36.       Width = 47
  37.       Height = 13
  38.       Caption = 'Miniplay'
  39.       Font.Color = clBlack
  40.       Font.Height = -11
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.       IsControl = True
  45.     end
  46.     object Version: TLabel
  47.       Left = 88
  48.       Top = 40
  49.       Width = 97
  50.       Height = 13
  51.       Caption = 'Version 1.2 32bit'
  52.       Font.Color = clBlack
  53.       Font.Height = -11
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = [fsBold]
  56.       ParentFont = False
  57.       IsControl = True
  58.     end
  59.     object Copyright: TLabel
  60.       Left = 8
  61.       Top = 88
  62.       Width = 210
  63.       Height = 13
  64.       Caption = 'Copyright 1997 Francesco Catanzaro'
  65.       Font.Color = clBlack
  66.       Font.Height = -11
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.       IsControl = True
  71.     end
  72.     object Comments: TLabel
  73.       Left = 8
  74.       Top = 112
  75.       Width = 257
  76.       Height = 26
  77.       Caption = 'If you like this, please send $5 to me at:'
  78.       Font.Color = clBlack
  79.       Font.Height = -11
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.       WordWrap = True
  84.       IsControl = True
  85.     end
  86.     object Label1: TLabel
  87.       Left = 24
  88.       Top = 128
  89.       Width = 120
  90.       Height = 16
  91.       Caption = '310 Lamond Place'
  92.     end
  93.     object Label2: TLabel
  94.       Left = 24
  95.       Top = 144
  96.       Width = 137
  97.       Height = 16
  98.       Caption = 'Alexandria, VA 22314'
  99.     end
  100.     object Label3: TLabel
  101.       Left = 8
  102.       Top = 72
  103.       Width = 214
  104.       Height = 13
  105.       Caption = 'Comments: catanzar@mindspring.com'
  106.       Font.Color = clBlack
  107.       Font.Height = -11
  108.       Font.Name = 'MS Sans Serif'
  109.       Font.Style = [fsBold]
  110.       ParentFont = False
  111.       IsControl = True
  112.     end
  113.   end
  114.   object OKButton: TBitBtn
  115.     Left = 111
  116.     Top = 186
  117.     Width = 77
  118.     Height = 27
  119.     Font.Color = clBlack
  120.     Font.Height = -11
  121.     Font.Name = 'MS Sans Serif'
  122.     Font.Style = [fsBold]
  123.     ParentFont = False
  124.     TabOrder = 1
  125.     Kind = bkOK
  126.     Margin = 2
  127.     Spacing = -1
  128.     IsControl = True
  129.   end
  130. end
  131.